home *** CD-ROM | disk | FTP | other *** search
- ;
- ; RAD.INI
- ;
- ; Configuration File for RAD version 1.0
- ; Copyright 1993 Scott Ramsay
- ;
- ; Lines beginning with a semicolon are comments.
- ; You may customize to your liking. Parameters are case-insensitive.
-
- ; P1ACTIVE - if player one (blue) is playing.
- ; 0 - not playing
- ; 1 - playing (default)
- p1active=1
-
- ; P2ACTIVE - if player two (red) is playing.
- ; 0 - not playing
- ; 1 - playing (default)
- p2active=1
-
- ; MAXSHOT - number of shots players can use at one time
- ; 8 - (default)
- maxShot=8
-
- ; MAXROCK - maximum number of rocks at one time
- ; 10 - (default)
- maxRock=5
-
- ; MAXBIRD - maximum number of birds at one time
- ; 3 - (default)
- maxBird=3
-
- ; MAXBIRD2 - maximum number of birds type 2
- ; 5 - (default)
- maxBird2=5
-
- ; MAXTANK - maximum number of tanks
- maxTank=5
-
- ; TANKPER - percentage that a tank will shoot
- ; 0 - never
- ; 20 - (default)
- ; 100 - many
- tankPer=20
-
- ; USESHADOW - use object shadows
- ; 0 - no
- ; 1 - yes (default)
- useShadow=1
-